runtime.consistentHeapStats.acquire (method)
14 uses
runtime (current package)
arena.go#L909: stats := memstats.heapStats.acquire()
arena.go#L1074: stats := memstats.heapStats.acquire()
mcache.go#L162: stats := memstats.heapStats.acquire()
mcache.go#L240: stats := memstats.heapStats.acquire()
mcache.go#L273: stats := memstats.heapStats.acquire()
mcache.go#L300: stats := memstats.heapStats.acquire()
mgcscavenge.go#L786: stats := memstats.heapStats.acquire()
mgcsweep.go#L758: stats := memstats.heapStats.acquire()
mgcsweep.go#L793: stats := memstats.heapStats.acquire()
mheap.go#L1354: stats := memstats.heapStats.acquire()
mheap.go#L1510: stats := memstats.heapStats.acquire()
mheap.go#L1543: stats := memstats.heapStats.acquire()
mheap.go#L1645: stats := memstats.heapStats.acquire()
mstats.go#L776: func (m *consistentHeapStats) acquire() *heapStatsDelta {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |